Other UIKit Monitor Classes
-
A
See moreContentSizeCategoryMonitor
instance monitors the app for changes to its preferred content size category.Declaration
Swift
public class ContentSizeCategoryMonitor : BaseNotificationMonitor
-
A
See moreDocumentStateMonitor
instance monitors a document for changes to its state.Declaration
Swift
public class DocumentStateMonitor : BaseNotificationMonitor
-
A
See moreFocusMonitor
instance monitors the app for changes to the current focus in the view hierarchy.Declaration
Swift
@available(iOS 11.0, tvOS 11.0, *) public class FocusMonitor : BaseNotificationMonitor
-
A
See moreKeyboardMonitor
instance monitors the keyboard for changes to its visibility or to its frame.Declaration
Swift
public class KeyboardMonitor : BaseNotificationMonitor
-
A
See moreMenuControllerMonitor
instance monitors the menu controller for changes to the visibility of the editing menu or to the frame of the editing menu.Declaration
Swift
public class MenuControllerMonitor : BaseNotificationMonitor
-
A
See morePasteboardMonitor
instance monitors a pasteboard for changes to its contents or for its removal from the app.Declaration
Swift
public class PasteboardMonitor : BaseNotificationMonitor
-
A
See moreTableViewSelectionMonitor
instance monitors a table view for changes to its selected row.Declaration
Swift
public class TableViewSelectionMonitor : BaseNotificationMonitor
-
A
See moreViewControllerShowDetailTargetMonitor
instance monitors the app for changes to a split view controller’s display mode in the view hierarchy.Declaration
Swift
public class ViewControllerShowDetailTargetMonitor : BaseNotificationMonitor
-
A
See moreWindowMonitor
instance monitors a window for changes to its visibility or its key status.Declaration
Swift
public class WindowMonitor : BaseNotificationMonitor